Skip to content

Conversation

@ian-otto
Copy link
Contributor

The current version of PHP-Imap does not check if a part is an attachment, and thus will parse an RFC822 compliant file. I don't believe this to be the intended behavior.

Ian Otto added 3 commits May 31, 2017 12:31
This causes an issue when the subpart is an attachment that is an RFC822 file. This resolves this issue.
Fix syntax error I didn't notice till too late
protected $imapParams = array();
protected $serverEncoding;
protected $attachmentsDir = null;
protected $sDir = null;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix this plz.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What needs fixing? Not sure...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duper51 What is protected $sDir = null; for? It must be deleted.

@barbushin barbushin added the question This issue is about one or more questions regarding this library. label Aug 23, 2017
@ian-otto
Copy link
Contributor Author

@barbushin must have been a remnant of my testing of this feature. Removed!

@barbushin barbushin merged commit ec93450 into barbushin:master Aug 23, 2017
@ian-otto ian-otto deleted the patch-1 branch November 21, 2018 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

question This issue is about one or more questions regarding this library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants